home *** CD-ROM | disk | FTP | other *** search
/ Gospel Library / Infobase setup disc.iso / intro / intro.dxr / 00126.ls < prev    next >
Encoding:
Text File  |  1998-09-22  |  413 b   |  20 lines

  1. on mouseUp
  2.   repeat with i = 27 to 31
  3.     set the visible of sprite i to 0
  4.   end repeat
  5.   repeat with i = 33 to 41
  6.     set the visible of sprite i to 1
  7.   end repeat
  8.   set the locH of sprite 23 to 93
  9.   set the locV of sprite 23 to 373
  10.   set the castNum of sprite 23 to cast "Open2"
  11. end
  12.  
  13. on mouseEnter
  14.   set the castNum of sprite 24 to cast "t2"
  15. end
  16.  
  17. on mouseLeave
  18.   set the castNum of sprite 24 to cast "FAKE"
  19. end
  20.